.SupForm {
    height: 100%;
    width: 100%;
}

.SupForm .FTop {
    /* height: 116px; */
    width: 100%;
}

.FTop .FFTop {
    padding-left: 75px;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    color: white;
    background: rgb(209, 31, 31);
}

.FTop .FTopMenu {
    height: 40px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 5px 15px;
    background: #ffffff;
    display: none;
}

.FTopMenu>a {
    float: right;
}

.FTopMenu>a>img {
    height: 30px;
}

.FFTop span {
    margin-right: 30px;
}

.FTop .FTitle {
    /* z-index: 999; */
    /* display: flex;
    flex-flow: column; */
}

.FTitle h1 {
    padding: 0;
    text-align: center;
    line-height: 64px;
    color: rgb(161, 29, 29);
    font-size: 36px;
    text-shadow: 0 0 18px rgb(255, 255, 0, .2);
    white-space: nowrap;
    position: absolute;
    display: block;
}

.FTitle .FTLogal {
    /* height: 120px; */
    width: 100%;
    padding: 12px 5%;
}

.FTLogal .TLogo {
    float: left;
    margin-left: 80px;
    width: 125px;
    height: 83px;
    background: url("/img/AAA-logo.png")no-repeat;
    background-size: 100% 100%;
}

.FTLogal a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.FTLogal .Ttitle {
    /* float: left; */
    /* padding: 25px 0 0 5px; */
    /* width: 100%; */
    /* height: 100%;
    position: relative;
    vertical-align: middle; */
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 50%;
    color: rgb(209, 31, 31);
    margin-left: 30px;
}

.Ttitle h1 {
    /* font-family: "方正风雅宋简体", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-family: "opensans", Helvetica, "Microsoft YaHei", SimSun, Sans-serif
}

input {
    border-radius: 3px;
    border: 0;
    background: #F3F3F3;
    min-width: 68px;
}

.FTitle .FTSearchCont {
    position: absolute;
    width: 318px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    right: 80px;
    top: 33px;
}

.FTSearchCont>.FTTSearch {
    /* flex: auto; */
}

.FTSearchCont>.FTBSearch {
    width: 5rem;
}

.FTitle .FTQuery {
    position: absolute;
    right: 0px;
    width: 318px;
    height: 116px;
    /*background-color: aqua;*/
    /* display: flex; */
}

.FTitle input {
    position: absolute;
    height: 50px;
    width: 268px;
    padding: 0 65px 0 20px;
    box-sizing: border-box;
    color: black;
}

.FTitle .FTSearch {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 268px;
    background: url("/image/query.png");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    outline: none;
}

.FTQuery .FTContent {
    display: inline-block;
}

.FBMenu {
    height: 52px;
    padding: 0 50px;
    background-color: rgb(209, 31, 31);
}

.FBMenu .FBLast {
    border: none;
}

.FBMenu .FBBStyle {}

.FContent {
    display: block;
    min-height: 720px;
    width: 100%;
}

.FContent .NewsBar {
    width: 560px;
    margin: 10px auto 0;
}

.FContent .FCShowImg {
    height: 320px;
    background: rgb(201, 201, 201);
    padding: 10px 10px;
}

.FContent .t1 {
    text-align: center;
    display: block;
    font-size: 36px;
    margin: 25px 0;
}

.FContent .NewMore {
    width: 120px;
    background: rgb(209, 31, 31);
    padding: 6px;
    text-align: center;
    margin: 30px auto;
    cursor: pointer;
}

.NewMore span {
    color: #ffffff;
    font-size: 18px;
}

.NewsBar .NewCol {
    display: flex;
    border-bottom: 1px solid rgb(203, 203, 203);
}

.NewsBar p1,
p2 {
    color: rgb(209, 31, 31);
}

.NewsBar p1 {
    display: block;
    padding: 10px 0 0 10px;
    font-size: 32px;
    text-align: right;
}

.NewCol .ColL {
    width: 20%;
    margin-right: 10px;
}

.NewCol .ColR {
    width: 80%;
}

.ColR span {
    font-size: 18px;
    position: relative;
    top: 10px;
    left: 10px;
    color: #4d4d4d;
    cursor: pointer;
}

.NewsContext {
    width: 840px;
    margin: 0 auto;
}

.NewsContext .Context {
    width: 840px;
    margin: 0 auto;
    border-top: 1px solid rgb(209, 31, 31);
    padding: 20px 0 0 0;
}

.NewsContext h1 {
    font-size: 36px;
    margin: 25px 0 0 0;
    padding: 10px 0;
}

.NewsContext h2 {
    font-size: 16px;
    margin: 0 0 15px;
    color: rgb(107, 107, 107);
}

.NewsContext .Context p {
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
}

.NewsContext .Context table {
    width: 100%;
    margin: 25px 0;
    font-size: 18px;
    border: 1px solid;
}

.NewsContext .Context tr,
td {
    border: 1px solid;
}

.NewsContext .Context table .title {
    text-align: center;
}

.NewsContext .Context table img {
    width: 25px;
}

.NewsBar p2 {
    display: block;
    padding: 0 0 10px 10px;
    font-size: 16px;
    text-align: right;
}

.CCTitel {
    margin-bottom: 30px;
}

.Call {
    display: flex;
    flex-flow: row;
    height: 100%;
    width: 100%;
}

.Call .context {
    width: 100%;
    height: 100%;
    padding: 35px;
    position: relative;
}

.Call>.context>div {
    margin-left: 150px;
}

.Call #container {}

.Call .context h1 {
    font-size: 36px;
}

.Call .context .CCRowCont .add,
.phone,
.email {
    display: flex;
    margin: 10px;
}

.Call .context .CCRowCont .wcall img {
    width: 165px;
}

.Call .context .CCRowCont .phone i {
    display: block;
    margin-top: 1px;
    width: 21px;
    height: 21px;
    content: url("/img/phone.png");
}

.Call .context .CCRowCont .add i {
    display: block;
    margin-top: 1px;
    width: 21px;
    height: 21px;
    content: url("/img/add.png");
}

.Call .context .CCRowCont .email i {
    display: block;
    margin-top: 1px;
    width: 21px;
    height: 21px;
    content: url("/img/email.png");
}

.Call .context .CCRowCont .add span {
    font-size: 18px;
    margin-left: 3px;
    width: 54px;
    flex: none;
}

.Call .context .CCRowCont .phone span {
    font-size: 18px;
    margin-left: 3px;
    width: 54px;
    flex: none;
}

.Call .context .CCRowCont .email span {
    font-size: 18px;
    margin-left: 3px;
    width: 54px;
    flex: none;
}

.Call .context .CCRowCont .add p {
    display: block;
    font-size: 18px;
    margin-top: 1px;
}

.Call .context .CCRowCont .phone p {
    display: block;
    font-size: 18px;
    margin-top: 1px;
}

.Call .context .CCRowCont .email p {
    display: block;
    font-size: 18px;
    margin-top: 1px;
}

.ImgViewer {
    display: inline-block;
    height: 320px;
    width: 100%;
}

.ImgViewer .content {
    display: block;
    height: 100%;
}

.ImgViewer .updownbutn {
    float: left;
}

.ImgViewer .imgtag {
    position: relative;
    height: 8px;
    top: 270px;
}

.ImgViewer.imgtag ul {
    margin: auto;
    height: 10px;
    width: 100%;
}

.ImgViewer.imgtag ul li {
    background: url("/image/point-hollow.png") no-repeat;
    height: 100%;
    width: 8px;
}

.ImgViewer.imgtag .tag {
    background: url("/image/point-solid.png") no-repeat;
    height: 100%;
    width: 8px;
}

.FContent {
    min-height: 680px;
}

.FContent .FCTrade {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
}

.FCTrade ul {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.FCTrade ul li {
    display: block;
    float: left;
    width: 295px;
    margin: 5px 0 0 5px;
}

.FCTrade>ul>li>div {
    height: 253px;
}

.FCTrade>ul>li>img {
    width: 100%;
    height: 250px;
}

.FCTrade>ul>li>p {
    display: inline-block;
    width: 100%;
    height: 80px;
    background: rgb(209, 31, 31);
    color: white;
    font-size: 16px;
    text-indent: 28px;
    line-height: 40px;
    padding: 0 8px;
}

.FCRContext {
    position: relative;
    top: -400px;
    width: 415px;
    display: inline-block;
}

.FCRContext p {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 21px;
    line-height: 40px;
    text-indent: 2em;
    background: white;
    padding: 20px;
}

.FContent .FCSubMenu {
    width: 280px;
    height: 100%;
    border-right: 1px solid rgb(199, 199, 192);
    box-shadow: 1px 1px 5px 0px;
}

.FContent .FCAbout {
    padding: 30px 20px 0;
    max-width: 900px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
}

.FBSubMenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
}

li:hover ul.FBSubMenu {
    opacity: 1;
    top: 52px;
    /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
}

.FBSubMenu li {
    float: none;
    width: 100%;
}

.FBSubMenu a:hover {
    background: rgb(255, 251, 0, 0.6);
    color: rgba(209, 31, 31, 0.897);
}

.FBSubMenu a {
    background-color: rgb(209, 31, 31);
    color: rgb(255, 251, 0, 0.6);
    color: #FFFFFF;
}

.FCProduct {
    width: 100%;
    height: 100%;
    display: flex;
}

.FCProduct .FCLLeft {
    width: 280px;
    height: 100%;
    /* border-right: 1px solid rgb(199, 199, 192);
    box-shadow: 1px 1px 5px 0px; */
    /* background: #f3f0f0; */
    background: #ffffff;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    /* 为较旧的或者不支持的浏览器设置备用属性 */
    /* background: -moz-linear-gradient(top, #eeebeb, white 38%); */
    background: -moz-linear-gradient(linear, 0 0, 0 38%, from(#eeebeb), to(white));
    background: -webkit-gradient(linear, 0 0, 0 38%, from(#eeebeb), to(white));
}

.FCLLeft .FCLSubMenu {
    width: 100%;
    padding: 0 0 0 20px;
}

.FCLLeft .FCLSubMenuTOpen,
.FCLSubMenuTClose {
    display: none;
    color: red;
    height: 100%;
    font-size: 14px;
    padding: 17px;
}

.list_dl {
    margin-top: 10px;
}

.FCLSubMenu li {
    width: 100%;
    height: 34px;
    /* background: rgb(209, 31, 31); */
    margin: 10px 0 0 0;
    padding: 9px 0;
}

.FCLSubMenu li:hover {
    width: 100%;
    height: 34px;
    /* -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    background: rgb(255, 251, 0);
}

.FCLSubMenu a {
    /* height: 100%; */
    display: block;
    font-size: 16px;
    text-decoration: none;
    /* padding: 3.5px 0; */
    margin: 0 auto;
    color: #000000;
}

.FCLSubMenu a:hover {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgb(255, 251, 0);
    color: rgb(209, 31, 31);
    /* padding: 3.5px 0 3.5px 30px; */
    padding: 0 0 0 30px;
}

.FCProduct .FCLRihgt {
    /* width: calc(100% - 284px); */
    width: 100%;
    height: 100%;
    padding: 10px;
    display: inline-block;
    position: relative;
}

.FCLSubMenu>.Active {
    background: rgb(255, 251, 0);
}

.FCLSubMenu>.Active>.a {
    background: rgb(255, 251, 0);
    color: rgb(209, 31, 31);
    padding: 0 0 0 30px;
}

.FCLRihgt .FCSCProduct {
    width: 100%;
    height: 100%;
}

.FCSCProduct .ProImg {
    width: 100%;
}

.ProImg .PIMain {
    height: 100%;
    width: 420px;
    display: inline-block;
    /* position: relative; */
    vertical-align: top;
    padding: 5px;
}

.PIMain img {
    width: 100%;
    height: 100%;
}

.ProImg .PISub {
    height: 100%;
    width: 465px;
    padding: 10px;
    display: inline-block;
    position: relative;
}

.PISub>img {
    /* display: inline-block;
    position: relative; */
    width: 220px;
    height: 135px;
    display: inline-block;
    position: relative;
    /* top: -15px; */
}

.FCSCProduct .ProAbout {
    width: 100%;
    /* height: 150px; */
}

.ProAbout h2 {
    font-size: 24px;
    color: #817d7d;
}

.ProAbout h3 {
    display: block;
    font-size: 18px;
    color: #000000;
    padding-top: 12px;
}

.ProAbout span {
    font-size: 14px;
    color: #9c9c9c;
    display: block;
    margin: 10px 0;
}

.ProAbout p {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    line-height: 20px;
    text-indent: 28px;
}

.FContent .FCSNavigation {
    padding: 20px 20px;
    font-size: 16px;
}

.FContent .FCSubContent {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 20px 20px;
    left: 280px;
    top: 168px;
}

.FCSubContent .FCSCNavigate {
    width: 100%;
    height: 46px;
}

.FContent .exhibit {
    position: relative;
    padding: 0 50px;
    max-width: 1720px;
    min-height: 670px;
    margin: 0 auto;
}

.exhibit .exhibit_unit {
    margin: auto;
    height: 100%;
}

.exhibit .col {
    float: left;
    height: 230px;
    width: 400px;
    padding: 20px 15px;
}

.exhibit .col img {
    height: 100%;
    width: 100%;
}

.col li:hover .CSpan {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 0.6;
    display: block;
    background: gray
}

.col li:hover .CPlay {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 1;
    display: block
}

.col CSpan,
.col CPlay {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    width: 240px;
    height: 150px;
    position: absolute;
    text-align: center;
    opacity: 0;
    top: 10px;
    left: 0;
    z-index: 4
}

.CSpan ul,
.CPlay ul {
    padding: 50px 0 0 0
}

.CSpan ul li,
.CPlay ul li {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 0 0 5px 0
}

.CSpan ul li:first-child,
.CPlay ul li:first-child {
    border-bottom: 2px #fff solid
}

.CSpan ul li:last-child,
.CPlay ul li:last-child {
    padding: 5px 0 0 0;
    text-transform: lowercase
}

.CSpan ul li h2,
.CPlay ul li h2 {
    font-size: 25px
}

section li .projectInfo {
    display: none
}

.exhibit .col span {
    display: block;
}

.more {
    padding: 10px 0;
    margin: 0 auto;
}

.more div {
    margin: 0 auto;
}

.FContent .FCRow {
    width: 100%;
    position: relative;
}

.FCRow .FCRTitle {
    width: 100%;
    border-bottom: 1px solid rgb(209, 31, 31);
    /* margin: 30px 0 0 30px; */
    font-size: 32px;
    font-weight: bold;
    color: rgb(209, 31, 31);
    padding: 10px 0;
    text-align: center;
    /* background: url("/img/TBack.png") no-repeat; */
}

.FCRTitle>span {
    font-size: 32px;
    color: rgb(255, 255, 255);
}

.FCRow .FCRCont {}

.FCRCont .FCRContLayout {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.FCRContLayout .FCRCUnit {
    width: 25%;
    height: 340px;
    display: inline;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

.FCRCUnit img {
    width: 100%;
    height: 100%;
}

.FCRCont .FCRMore {
    width: 100%;
    height: 35px;
    margin: 30px 0;
}

.FCRcontPro {
    height: 450px;
    text-align: right;
}

.FCRMore .MoreBut {
    width: 80px;
    height: 100%;
    /* border: 1px solid rgb(211, 211, 211); */
    background: rgb(209, 31, 31);
    padding: 6px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.MoreBut span {
    color: #ffffff;
    font-size: 18px;
}

.FCRHeight {
    height: 323px;
}

.FCRHeight2 {
    height: 340px;
}

.FFooter {
    position: relative;
    width: 100%;
    height: 280px;
}

.FFooter .FFTop {
    height: 30px;
    background: rgb(209, 31, 31);
}

.FFooter .FFContent {
    /* width: 100%; */
    width: 1200px;
    height: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.FFooter .FFFoot {
    font-size: 18px;
    color: white;
    background: rgb(209, 31, 31);
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.FFFoot a {
    font-size: 18px;
    color: white;
}

.FFContent .FFCRow {
    float: left;
    margin: 30px 0 0 0;
    height: 240px;
    /* min-width: 130px;
    max-width: 320px; */
    padding-left: 5px;
}

.FFContent .FFCRow13 {
    float: left;
    margin: 30px 0 0 30px;
    width: 130px;
}

.FFCRow .FFCRowTitel {
    background: url("/img/footeritemtitle.png") no-repeat;
    padding: 8px 0 30px 0;
}

.FFCRow .FFCRowCont {}

.FFCRowCont .FFCLogo {
    width: 280px;
    /* position: relative;
    left: 80px; */
    float: right;
}

.FFCRowCont .FFCMenu {
    width: 130px;
}

.FFCLogo .FFCRImg {
    width: 100%;
    height: 100%;
}

.FFCRowCont>ul {
    list-style: none;
}

.FFCRowCont>ul>.add span {
    flex: -1px;
}

.FFCRowCont>ul>add ::before {
    content: url("/img/footeritemtitle.png") no-repeat;
    top: -4px;
}

.FFCRowCont .phone::before {
    background: url("/img/phone.png");
}

.FFCRowCont .email::before {
    background: url("/img/email.png");
}

.FFCRow span {
    font-size: 24px;
}

.FFCRow ul li {
    font-size: 16px;
    margin: 0;
}

.FFCRowCont>ul>.add,
.FFCRowCont>ul>.phone,
.FFCRowCont>ul>.phone,
.FFCRowCont>ul>.email {
    display: flex;
    margin-top: 5px;
}

.FFCRow ul>li>a {
    padding: 5px 0;
    font-size: 14px;
    color: black;
}

.FFCRow ul>li>a:link {
    color: black;
    text-decoration: none;
}

.FFCRow ul>li>a:valid {
    color: black;
    text-decoration: none;
}

.FFCRow ul>li>a::before {
    content: ">";
}

.FFCRow ul li span {
    font-size: 16px;
    color: rgb(209, 31, 31);
}

.THide {
    display: none;
}

.pendImg {
    height: 450px;
    width: 100%;
}

.SizeW32H {
    width: 320px;
}

.SizeW24H {
    width: 240px;
}

.SizeW37H {
    width: 370px;
}

.SizeWH68 {
    height: 680px;
}

.SizeCWH155 {
    height: 1555px;
}

.SizeCW76H {
    width: calc(100% - 880px);
    min-width: 320px;
}

.SizeW12H {
    width: 120px;
}


/*-----------------------------*/

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(167, 167, 167, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: -20px;
    text-align: center;
}

.view-first h1 {
    /* -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first h2 {
    /* -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h1,
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*---------------------------------------------*/

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(165, 165, 165, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    top: -194px;
    height: 100%;
}

.mask a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.mask a:hover {
    color: rgb(209, 31, 31);
}

.view-first h2 {
    /* -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 24px;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 16px;
    display: block;
    padding-top: 5px;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*产品树*/

.list_dt {
    background: rgb(168, 168, 168);
    color: white;
    width: 100%;
    padding: 0 40px 0 20px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.list_dt p {
    display: block;
    font-size: 18px;
}

.list_dt:hover {
    background: rgb(117, 117, 112);
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(117, 117, 112);
}

#open {
    background: rgb(117, 117, 112);
}

#open ._after {
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
}

.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 17px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("/img/icons/off.png") no-repeat;
    background-size: cover;
}

#open .list_dt_icon {
    background: url("/img/icons/open.png") no-repeat;
    background-size: cover;
}

.list_dd {
    display: none;
}

.list_dd .active_p {
    color: rgb(209, 31, 31);
}

.list_dd a:hover {
    color: rgb(209, 31, 31);
}

.list_li {
    background: rgb(117, 117, 112);
    list-style-type: none;
    color: white;
    width: 100%;
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}

.list_li a {
    /* height: 100%; */
    display: block;
    font-size: 16px;
    text-decoration: none;
    /* padding: 3.5px 0; */
    margin: 0 auto;
    color: white;
}

.list_li:hover {
    background: rgb(168, 168, 168);
}

.ivobox {
    font-family: 'Kanit', sans-serif;
    text-align: center;
    border: 10px solid #fff;
    box-shadow: 1px 1px 2px #e6e6e6;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 295px;
}

.ivobox:hover {
    box-shadow: 13px 13px 15px rgba(0, 0, 0, 0.3);
}

.ivobox:before {
    content: "";
    background: linear-gradient(to left top, #11998e, #38ef7d);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.25s linear;
}

.ivobox:hover:before {
    opacity: 1;
}

.ivobox img {
    width: 100%;
    height: 250px;
    height: auto;
    transition: all 0.25s linear;
}

.ivobox:hover img {
    opacity: 0;
    transform: scale(3);
}

.ivobox .box-content {
    color: #fff;
    width: 100%;
    transform: translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.25s linear;
}

.ivobox:hover .box-content {
    transform: translateY(-50%) scale(1);
}

.box-content span {
    display: inline-block;
    text-indent: 28px;
    padding: 0 3px;
}

.ivobox .title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.ivobox .post {
    font-size: 16px;
    text-transform: capitalize;
}

.ivobox .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 8px;
    bottom: 10px;
}

.ivobox .icon li {
    display: inline-block;
    margin: 0 1px;
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.3s ease 0.4s;
}

.ivobox:hover .icon li {
    opacity: 1;
    transform: scale(1);
}

.ivobox:hover .icon li:nth-child(2) {
    transition: all 0.3s ease 0.2s;
}

.ivobox .icon li a {
    color: #11998e;
    background: #fff;
    font-size: 16px;
    line-height: 33px;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    display: block;
    transition: all 0.5s ease;
}

.ivobox .icon li a:hover {
    color: #fff;
    background-color: #11998e;
    box-shadow: 0 0 5px #000;
}

.asit-border-top {}

@media screen and (min-width:1318px) and (max-width:1700px) {
    .FContent .exhibit {
        position: relative;
        padding: 0 50px;
        max-width: 1370px;
        height: 895px;
        margin: 0 auto;
    }
    .FFooter {
        position: relative;
        width: 100%;
        height: 270px;
    }
    .FFooter .FFContent {
        width: 1150px;
        height: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
}

@media screen and (min-width:801px) and (max-width:1317px) {
    .FContent .exhibit {
        position: relative;
        padding: 0 50px;
        max-width: 1370px;
        height: 1360px;
        margin: 0 auto;
    }
    .exhibit .exhibit_unit {
        margin: auto;
        width: 800px;
        height: 100%;
    }
    .FFooter {
        position: relative;
        width: 100%;
        height: 540px;
    }
    .FFooter .FFContent {
        width: 780px;
        height: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
}

@media screen and (max-width:800px) {
    .FContent .exhibit {
        position: relative;
        padding: 0 50px;
        max-width: 800px;
        height: 2760px;
        margin: 0 auto;
    }
    .exhibit .exhibit_unit {
        margin: auto;
        width: 400px;
        height: 100%;
    }
    .FFooter {
        position: relative;
        width: 100%;
        height: 1080px;
    }
    .FFooter .FFContent {
        width: 370px;
        height: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    .Call {
        display: flex;
        flex-flow: column;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width:874px) {
    .SupForm {
        height: 100%;
        width: 100%;
        /* padding: 5px 15px; */
    }
    .SupForm>a>img {
        height: 30px;
    }
    .SupForm .FTop {
        /* height: 116px; */
        width: 100%;
    }
    .asit-border-top {
        border-top: 15px solid rgb(209, 31, 31);
        ;
    }
    .FContent .exhibit {
        position: relative;
        padding: 0;
        max-width: 1720px;
        min-height: 670px;
        margin: 0 auto;
    }
    .FTop .FFTop {
        padding-left: 45px;
        font-size: 9px;
        height: 35px;
        line-height: 35px;
        color: white;
        background: rgb(209, 31, 31);
    }
    .FTitle .FTLogal {
        width: 100%;
        padding: 12px 5%;
        margin: 0 auto;
        text-align: center;
    }
    .FTLogal a {
        display: inline-block;
        vertical-align: middle;
    }
    .FTLogal .Ttitle {
        display: block;
        font-size: 12px;
        line-height: 50%;
        color: rgb(209, 31, 31);
        margin: 10px auto 0;
    }
    .Call>.context>div {
        margin-left: 0;
    }
    .FCRContext {
        width: 256px;
        text-align: left;
        top: -175px;
    }
    .FCRContext p {
        display: block;
        height: 100%;
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        text-indent: 2em;
        background: white;
        padding: 2px;
    }
    .FCRcontPro {
        height: 184.32px;
        text-align: right;
    }
    .pendImg {
        height: 184.32px;
        width: 100%;
    }
    .FFContent .FFCRow {
        float: none;
        margin: 15px 0 0 15px;
        height: 190px;
        padding-left: 5px;
    }
    .FFCRow .FFCRowTitel {
        padding: 8px 0 15px 0;
    }
    /**/
    .FCProduct {
        display: block;
    }
    .FCProduct .FCLLeft {
        width: 100%;
        border-top: 12px solid rgb(209, 31, 31);
        border-bottom: 6px solid rgb(209, 31, 31);
    }
    .list_dl {
        margin-top: 0;
        display: none;
    }
    .FCLLeft .FCLSubMenuTOpen,
    .FCLSubMenuTClose {
        display: inline-block;
        color: red;
        height: 100%;
        font-size: 14px;
        padding: 17px;
    }
    .FCLLeft .FCLSubMenuTOpen::after {
        display: block;
        content: "Open";
        font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 100%;
        margin-top: -25px;
        margin-left: -60px;
        z-index: 99;
        font-size: 12px;
        background: none;
    }
    .FCLLeft .FCLSubMenuTClose::after {
        display: block;
        content: "Close";
        font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 100%;
        margin-top: -25px;
        margin-left: -60px;
        z-index: 99;
        font-size: 12px;
        background: none;
    }
    .FFCRowCont .FFCLogo {
        float: none;
        margin: 0 auto;
    }
    .FFooter {
        height: 650px;
    }
    .FFooter .FFFoot {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .FCRHeight {
        height: 184.32px;
    }
    .FCRContext {
        width: 256px;
        text-align: left;
        top: -175px;
    }
    .FCRContext p {
        display: block;
        height: 100%;
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        text-indent: 2em;
        background: white;
        padding: 2px;
    }
    .FCRcontPro {
        height: 184.32px;
        text-align: right;
    }
    .pendImg {
        height: 184.32px;
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .FCRHeight {
        height: 99.36px;
    }
    .FCRContext {
        width: 154px;
        text-align: left;
        top: -133px;
    }
    .FCRContext p {
        display: block;
        height: 100%;
        width: 100%;
        font-size: 9px;
        line-height: 12px;
        text-indent: 2em;
        background: white;
        padding: 2px;
    }
    .FCRcontPro {
        height: 137.9px;
        text-align: right;
    }
    .pendImg {
        height: 137.9px;
        width: 100%;
    }
}

@media screen and (max-width:375px) {
    .SupForm {
        height: 100%;
        width: 100%;
        /* padding: 5px 15px; */
    }
    .SupForm>a>img {
        height: 30px;
    }
    .SupForm .FTop {
        /* height: 116px; */
        width: 100%;
    }
    .asit-border-top {
        border-top: 15px solid rgb(209, 31, 31);
        ;
    }
    .FContent .exhibit {
        position: relative;
        padding: 0;
        max-width: 1720px;
        min-height: 670px;
        margin: 0 auto;
    }
    .FTop .FFTop {
        padding-left: 45px;
        font-size: 9px;
        height: 35px;
        line-height: 35px;
        color: white;
        background: rgb(209, 31, 31);
    }
    .FTitle .FTLogal {
        width: 100%;
        padding: 12px 5%;
        margin: 0 auto;
        text-align: center;
    }
    .FTLogal a {
        display: inline-block;
        vertical-align: middle;
    }
    .FTLogal .Ttitle {
        display: block;
        font-size: 12px;
        line-height: 50%;
        color: rgb(209, 31, 31);
        margin: 10px auto 0;
    }
    .Call>.context>div {
        margin-left: 0;
    }
    .FCRContext {
        width: 154px;
        text-align: left;
        top: -127px;
    }
    .FCRContext p {
        display: block;
        height: 100%;
        width: 100%;
        font-size: 9px;
        line-height: 12px;
        text-indent: 2em;
        background: white;
        padding: 2px;
    }
    .FCRcontPro {
        height: 124.9px;
        text-align: right;
    }
    .pendImg {
        height: 124.9px;
        width: 100%;
    }
    /**/
    .FCProduct {
        display: block;
    }
    .FCProduct .FCLLeft {
        width: 100%;
        border-top: 12px solid rgb(209, 31, 31);
        border-bottom: 6px solid rgb(209, 31, 31);
    }
    .list_dl {
        margin-top: 0;
        display: none;
    }
    .FCLLeft .FCLSubMenuTOpen,
    .FCLSubMenuTClose {
        display: inline-block;
        color: red;
        height: 100%;
        font-size: 14px;
        padding: 17px;
    }
    .FCLLeft .FCLSubMenuTOpen::after {
        display: block;
        content: "Open";
        font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 100%;
        margin-top: -25px;
        margin-left: -60px;
        z-index: 99;
        font-size: 12px;
        background: none;
    }
    .FCLLeft .FCLSubMenuTClose::after {
        display: block;
        content: "Close";
        font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 100%;
        margin-top: -25px;
        margin-left: -60px;
        z-index: 99;
        font-size: 12px;
        background: none;
    }
    .FFooter {
        height: 650px;
    }
    .FFooter .FFContent {
        width: 370px;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    .FFContent .FFCRow {
        float: none;
        margin: 15px 0 0 15px;
        height: 190px;
        padding-left: 5px;
    }
    .FFCRow .FFCRowTitel {
        padding: 8px 0 15px 0;
    }
    .FFCRowCont .FFCLogo {
        float: none;
        margin: 0 auto;
    }
    .FFooter .FFFoot {
        font-size: 12px;
    }
    .exhibit .col {
        width: 375px;
    }
    .FTop .FFTop {
        padding-left: 35px;
    }
    .FCRHeight {
        height: 90px;
    }
}

@media screen and (max-width:320px) {
    .SupForm {
        height: 100%;
        width: 100%;
        /* padding: 5px 15px; */
    }
    .SupForm>a>img {
        height: 30px;
    }
    .SupForm .FTop {
        /* height: 116px; */
        width: 100%;
    }
    .asit-border-top {
        border-top: 15px solid rgb(209, 31, 31);
        ;
    }
    .FContent .exhibit {
        height: 2524px;
    }
    .FFContent .FFCRow {
        float: none;
        margin: 15px 0 0 15px;
        height: 190px;
        padding-left: 5px;
    }
    .FFCRow .FFCRowTitel {
        padding: 8px 0 15px 0;
    }
    .FTop .FFTop {
        padding-left: 45px;
        font-size: 9px;
        height: 35px;
        line-height: 35px;
        color: white;
        background: rgb(209, 31, 31);
    }
    .FTitle .FTLogal {
        width: 100%;
        padding: 12px 5%;
        margin: 0 auto;
        text-align: center;
    }
    .FTLogal a {
        display: inline-block;
        vertical-align: middle;
    }
    .FTLogal .Ttitle {
        display: block;
        font-size: 12px;
        line-height: 50%;
        color: rgb(209, 31, 31);
        margin: 10px auto 0;
    }
    .Call>.context>div {
        margin-left: 0;
    }
    .FCRContext {
        width: 154px;
        text-align: left;
        top: -108px;
    }
    .FCRContext p {
        display: block;
        height: 100%;
        width: 100%;
        font-size: 8px;
        line-height: 10px;
        text-indent: 2em;
        background: white;
        padding: 2px;
    }
    .FCRcontPro {
        height: 106.6px;
        text-align: right;
    }
    .pendImg {
        height: 106.6px;
        width: 100%;
    }
    /**/
    .FCProduct {
        display: block;
    }
    .FCProduct .FCLLeft {
        width: 100%;
        border-top: 12px solid rgb(209, 31, 31);
        border-bottom: 6px solid rgb(209, 31, 31);
    }
    .list_dl {
        margin-top: 0;
        display: none;
    }
    .FCLLeft .FCLSubMenuTOpen,
    .FCLSubMenuTClose {
        display: inline-block;
        color: red;
        height: 100%;
        font-size: 14px;
        padding: 17px;
    }
    .FCLLeft .FCLSubMenuTOpen::after {
        display: block;
        content: "Open";
        font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 100%;
        margin-top: -25px;
        margin-left: -60px;
        z-index: 99;
        font-size: 12px;
        background: none;
    }
    .FCLLeft .FCLSubMenuTClose::after {
        display: block;
        content: "Close";
        font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 100%;
        margin-top: -25px;
        margin-left: -60px;
        z-index: 99;
        font-size: 12px;
        background: none;
    }
    .FFCRowCont .FFCLogo {
        float: none;
        margin: 0 auto;
    }
    .FFooter {
        height: 650px;
    }
    .FFooter .FFFoot {
        font-size: 12px;
    }
    .FTop .FFTop {
        padding-left: 35px;
    }
    .exhibit .col {
        width: 320px;
        height: 210px;
        padding: 8px 10px;
    }
    .SizeW37H {
        width: 290px;
    }
}

@media screen and (max-width:1199px) {
    .FCTrade ul {
        display: block;
        width: 900px;
        margin: 0 auto;
    }
}

@media screen and (max-width:899px) {
    .FCTrade ul {
        display: block;
        width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width:599px) {
    .FCTrade ul {
        display: block;
        width: 300px;
        margin: 0 auto;
    }
}